home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 8 / Night Owl CD-ROM (NOPV8) (Night Owl Publisher) (1993).ISO / 010a / szmod150.arj / SZTELIX.ZIP / SZDOWN.BAT next >
DOS Batch File  |  1991-07-08  |  428b  |  14 lines

  1. rem
  2. rem SZModem batch file for use with telix.   (DOWNLOAD)
  3. rem
  4. rem Telix passes port in %2, baud rate in %1.
  5. rem
  6. rem Current command line options select:
  7. rem    /SZTURBO - enables turbo option
  8. rem    /DL      - Activates DSZ logging to DSZ.LOG
  9. rem    /HARD    - Turns on hardware (RTS/CTS) flow control
  10. rem
  11. rem "\TELIX\DOWNLOAD\" is my D/L path.
  12. rem
  13. SZMODEM PORT %2 BAUD %1 RZ \TELIX\download\ /SZTurbo /DL /HARD
  14.